@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');



html, body {
    font-family: 'Nunito Sans', sans-serif;
    background-color: #2c3338;
}
#mainContainer{
    position: relative;
    width: 600px;
    height: 50%;
    top:200px;
    left:calc(50% - 300px);
}
#mainText{
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #30b4a9;
}
._text{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
._subText{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #eeeeee;
    animation: opacity .4s ease;
}
._box{
    position: relative;
    display: block;
    width: 120px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    left: calc(50% - 70px);
    background-color: #606468;
    border: none;
    border-radius: 4px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
._infoText{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #eeeeee;
    cursor: pointer;
    text-decoration: underline;
}

#formContainer{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: fit-content;
}
#formContainer_left{
    position: relative;
    display: inline-block;
    width: 30%;
    left: 4%;
    height: fit-content;
    margin-right: 2%;
}
#formContainer_right{
    position: relative;
    display: inline-block;
    width: 60%;
    height: fit-content;
    left: 4%;
}
._formField{
    position: relative;
    display: block;
    margin-bottom: 20px;
    text-align: right;
    font-size: 15px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
#username{
    position: relative;
    display: block;
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
    color: #30b4a9;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    top:5px;
}
._mdp{
    left:0;
    width: 80%;
    top:5px;
}
._passCont{
    position: relative;
    display: block;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
}
.validImg{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 320px;
    top: 10px;
}








.customBtn {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 5px;
    overflow: hidden;
    padding: 0 22px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid;
    transition: all .2s ease-in-out;
    height: 30px;
    line-height: 30px;
    width: 120px;
    left: calc(50% - 89px);
}
.customBtnClassicColor{
    color: #30b4a9;
    border-color: #30b4a9;
}
.customBtnClassicColor:hover{
    background-color: #30b4a9;
    color: Ivory;
}

#myspinner{
    width: 50px;
    height: 50px;
    margin-left: calc(50% - 28px)
}