* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 62.5%;
    width: 100%;
    height: 100vh !important;
    font-family: Raleway;
    background-image:url(top-level-bg.png);
    background-repeat: unset;
    background-position: top;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
@media screen and (max-width: 850px) {
    #logosolid{
        bottom: 75px !important;
    }
    #logosolid img{
        width: 250px;
    }
  }

#wrapper{ 
    /* background-image:url(bg-footer.png); */
    width: 100%;
    height:100%;
    position: absolute;
}

#logopredixidiv {
    position: absolute;
    width: 100%;
    margin: -200px auto;
    top: 45%;
}
#logopredixi {
    margin: 0 auto;
    position: relative;
    width: 203px;
    height: 175px;
    background: url(predixi.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#logosolid {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 10px;
    height: 50px;
    text-align: center;

}
#result_label
{
    display: none;
    position: relative;
    width: 100%;
    margin-top: 23px;
    font-family: Raleway;
    line-height: 1.3rem;
    z-index: 4;
    background-color: #E3C521;
    padding: 11px;
    border-radius: 12px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
#forget_pass
{
    position: relative;
    margin-left: 20%;
    width: 100%;
    top: 21px;
    color: white;
    font-size: 11px;
    font-family: Raleway;
    line-height: 1rem;
    z-index: 4;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.8;
}
.form {
    margin: 0  auto;
    position: relative;
    width: 270px;
    padding: 20px;
    overflow: hidden;
    background-color: rgba(40, 40, 40, 0.8);
    background: inherit;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.form .forceColor {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.form .topbar .input {
    display: block;
    width: 100%;
    position: relative;
    color: white !important;
    border: none;
    text-align:center;
    border-radius: 10px;
    background-color: #2D5972;
    font-size: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 15px;
    /* color: rgba(255, 255, 255, 0.4); */
    padding: 10px 20px;
}
.form .topbar .input::-webkit-input-placeholder {
    color: #85C4ED !important;
    font-family: Raleway;
    font-weight: 200;
    text-align: center;
}
.form .topbar .input:-moz-placeholder {
    color: #85C4ED !important;
    font-family: Raleway;
    font-weight: 200;
}
.form .topbar .input::-moz-placeholder {
    color: #85C4ED !important;
    font-family: Raleway;
    font-weight: 200;
}
.form .topbar .input:-ms-input-placeholder{
    color: #85C4ED !important;
    font-family: Raleway;
    font-weight: 200;
}

.form .topbar .input:focus {
    outline: none;
    color: white;
    border: 1px solid white;
}
.form .topbar .input.disabled:hover {
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.form .topbar .input:hover {
    border: 1px solid white;
}
.form .submit {
    background-image: linear-gradient(#3ce1ff, white);
    color: black;
    border: 4px solid #00000094;
    font-weight: 600;

    padding: 10px 20px;
    margin-top: 6px;
    width: 100%;
    font-size: 1.2rem;
    font-family: Raleway;
    font-weight: 200;
    display: block;
    position: relative;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    cursor: pointer;
}
.form .submit:focus {
    outline: none;
}
.form .submit:hover {
    /* color: white; */
    opacity: 0.7;
    /* border: 1px solid white; */
}

@keyframes shake {
    10%, 90% { transform: translate3d(-1px, 0, 0);}
    20%, 80% {transform: translate3d(2px, 0, 0);}
    30%, 50%, 70% {transform: translate3d(-4px, 0, 0);}
    40%, 60% {transform: translate3d(4px, 0, 0);}
}
.shake{
    animation: shake 0.52s;
    -webkit-animation: shake 0.52s;

}

