body{
    font-family:'Montserrat' !important;
}

.hero-banner {
    padding: 20px 0px;
    /*background: url(../web/images/bg1.png) center;*/
    background-size: cover;
    color: #fff;
    width: 100%;
    height: 100vh;
}

.login_box {
    background: rgba(0, 0, 0, 0.34);
    padding: 40px 40px 80px;
    border-radius: 15px;
    width: 38%;
    margin: 1% auto 0;
}
.login_box h3{
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin: 0 0px 15px;
}
.login_input {
    width: 100%;
    padding: 13px 0px 13px 60px;
    color: #fff;
    font-size: 15px;
    border: 0px;
    background: rgba(255, 255, 255, 0.54);
    background-position: 8px 10px !important;
    border-radius: 40px;
    margin-bottom: 15px;
}
.form-group{
    position: relative;
}
.user_ico {
    position: absolute;
    top: -4px;
    left: -8px;
}

.login_btn {
    width: 100%;
    padding: 11px 0px;
    font-size: 20px;
    text-transform: uppercase;
    background: #009688;
    border: 0px;
    font-weight: bold;
    margin-bottom: 6px;
    border-radius: 40px;
}
.login_btn:hover{
    background: #00bcd4;
}

.forgot_pass {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}
.forgot_pass:hover{
    color: #fff;
}
::placeholder {
    text-transform: uppercase;
    color: #fff;

}
.login_content h1 {
    word-spacing: 1px;
    letter-spacing: -0.068px!important;
    font-size: 48px;
    margin: 0;
    padding: 30px 0px 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 7px 1px rgba(0, 0, 0, 0.21);
    text-align: center;
}

.logo img {
    width: 150px;
    margin: 0 auto 5%;
    display: table;
    background: rgba(255, 255, 255, 0.83);
    padding: 20px 10px;
    border-radius: 130px 130px 130px 0px;
}
.content_data {
    background: rgba(0, 0, 0, 0.31);
    width: 85%;
    padding: 12% 42px;
    margin-top: 20%;
    border-radius: 12px;
}
@media only screen and (max-width: 1024px) and (min-width: 600px)  {
    .login_box{
        width: 70%;
    }
}

@media only screen and (max-width: 600px) and (min-width: 280px)  {
    .logo img {width: 100%;}

    .login_box{
        width: 90%;
    }
    .forgot_pass {
        margin: 0 auto;
        display: table;
    }
    .login_box {
        background: rgba(0, 0, 0, 0.66);
        padding: 40px 20px 80px;
    }
}