/* Auth */

#module-cc_permodawot-wotAuth {
    height: 100vh;
    width: 100%;
    background: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/wotAuth-bg.jpg");
}


#module-cc_permodawot-wotAuth #header {
    margin-bottom: 4em;
}

#module-cc_permodawot-wotAuth .page-content{
    border-radius: 12px;
}


#content-wrapper{
    background: white;
}

#module-cc_permodawot-wotAuth .logo{
    text-align: center;
    margin-bottom: 1em;
}

#module-cc_permodawot-wotAuth .subtitle{
    text-align: center;
    color:white;
    font-size: 20px;
}

#module-cc_permodawot-wotAuth .authbox {
    height: 100%;
    padding: 2em 3em;
    width: 35vw;
    height: 75vh;
    justify-content: center;
    align-items: center;
}


#module-cc_permodawot-wotAuth .authbox .mb-3 {
    margin-bottom: 3rem !important;
}


#module-cc_permodawot-wotAuth .authbox .authbox-heading{
    padding: 3em 2em;
}


#module-cc_permodawot-wotAuth .authbox .authbox-heading h4{
    
}

#module-cc_permodawot-wotAuth .authbox input{
    height: 3.5em;
}

#module-cc_permodawot-wotAuth .authbox input.btn-success{
    height: 4.5em;
}





/*
#module-cc_permodawot-wotAuth .authbox form input{
    padding: 8px;
    border:
}*/
