#google_translate_element {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    margin-right: 10px;
    /* float: right; */
    width: 158px;
    /* background: blue; */
    z-index: 2;
}
.input-lg {
    margin-bottom: 1.5em;
}
.term {
    color: blue !important;
}
.sizebtn {
    display: none;
    z-index: 5;
    width: 40%;
    font-size: 1.5em;
    color: white;
    text-align: center;
    position: absolute;
    margin-left: 75%;
    height: 22%;
    top: 21%;
    border-radius: 10%;
    background-color: #3059C0;
    height: 3em !important;
}
.mutebtn {
    display: none;
    z-index: 5;
    width: 35%;
    padding-top: -3%;
    font-size: 1.5em;
    color: white;
    position: absolute;
    margin-left: 45%;
    height: 22%;
    top: 55%;
    background-color: white;
    border-radius: 10%;
    height: 3em !important;
}
.lognotice {
    display: none;
    z-index: 5;
    width: 20%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
    font-size: 18px;
    position: absolute;
    margin-left: 5%;
    height: auto;
    top: 25%;
    background-color: white;
    border-radius: 10px;
    opacity: 0.5
}
@media only screen and (max-device-width: 480px) {
    .lognotice {
        top: 1042px;
        width: auto;
        height: auto;
        left: 10px;
        opacity: 0.4;
        margin: 5%;
    }
    form.clearfix {
        margin-top: -136px !important;
    }
    .sizebtn {
        display: none;
    }
    .mutebtn {
        display: none;
    }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .lognotice {
        top: 1042px;
        width: auto;
        height: auto;
        left: 10px;
        opacity: 0.4;
        margin: 5%;
    }
    form.clearfix {
        margin-top: -136px !important;
    }
    .sizebtn {
        display: none;
    }
    .mutebtn {
        display: none;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .lognotice {
        top: 138px;
        width: auto;
        height: auto;
        left: 10px;
        opacity: 0.4;
        margin: 5%;
    }
    .sizebtn {
        margin-left: 2%;
        height: 22%;
        top: 87%;
    }
    .mutebtn {
        margin-left: 63%;
        top: 87%;
    }
    .form-container-login {
        margin-top: 18em;
    }
    form.clearfix {
        /*margin-top: 156px !important;*/
    }
}
@media only screen and (min-device-width : 1024px) {
    .sizebtn {
        margin-left: 27%;
        height: 22%;
        top: 81.5% !important;
        width: 20%;
        margin-top: 1em;
    }
    .mutebtn {
        margin-left: 55%;
        top: 81.5% !important;
        width: 20%;
        margin-top: 1em;
    }
}
.sizebtn,
.mutebtn {
    display: none;
}
.lognotice {
    display: none
}
.checkbox a {
    color: yellow !important;
}
.h4 {
    font-size: 17px;
}
.form-group {
    height: 5.5em;
}