    body {
        background: url(../images/banner.jpg) no-repeat top right fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .logo {
        margin-top: 20px;
    }
    
    .header-section {
        text-align: center;
        color: #fff;
        text-shadow: 0.5px 0.5px 1px #00589e;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0.50px;
    }
    
    .header-section h1 {
        text-transform: uppercase;
    }
    
    .header-section h2 {
        text-transform: capitalize;
    }
    
    .form-box {
        background: #afacac61;
        padding: 1px 35px;
        /* margin:0 30px; */
        font-family: 'Open Sans', sans-serif;
        border: 0.5px solid #ffffff95;
        border-radius: 15px;
        margin-bottom: 30px;
	margin-top: 120px;
    }
    
    .form-box h2 {
        color: black;
        text-align: center;
        margin-top: 5px;
        font-size: 26px;
    }
    
    .form-control {
        display: block;
        width: 100%;
        padding: 2.3rem 2rem;
        border-radius: 7px;
        margin-top: 15px;
        font-size: 1.5rem;
    }
    
    .inner-addon {
        position: relative;
    }
    
    .inner-addon .glyphicon {
        position: absolute;
        padding: 1.3rem;
        pointer-events: none;
        color: #777;
        font-size: 2rem;
    }
    
    .left-addon .glyphicon {
        left: 0px;
    }
    
    .right-addon .glyphicon {
        right: 0px;
    }
    
    .left-addon input {
        padding-left: 50px;
    }
    
    .right-addon input {
        padding-right: 30px;
    }
    
    .form-logo {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
        background: #fff;
        position: relative;
        margin-top: -35px;
    }
    
    .form-logo img {
        width: 50px;
        top: 10px;
        left: 10px;
        position: absolute;
    }
    
    .forgot-password {
        margin: 10px 0;
    }
    
    .forgot-password a {
        color: #fff;
    }
    
    .rem-for {
        color: #fff;
        font-family: sans-serif;
        font-size: 14px;
    }
    
    .glass {
        /* background styles */
        position: relative;
        display: inline-block;
        padding: 7px 25px;
        background-color: #ff6f16;
        background-image: linear-gradient(#005268, #005268);
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        font-family: sans-serif;
        font-weight: 100;
        border-radius: 7px;
        border: 1px solid #005268;
        margin-top: 15px;
        font-family: 'Open Sans', sans-serif;
    }
    
    input[type=checkbox] {
        transform: scale(1.2);
        margin-left: -17px !important;
    }
    
    .glass:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 1px;
        width: calc(100% - 2px);
        height: 50%;
        border-radius: 4px;
        background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
    }
    
    .glass:hover {
        background: linear-gradient(#75a9b7, #75a9b7);
    }
    /* Large desktops and laptops */
    
    @media (min-width: 1200px) {
        .form-box {
            width: 85%;
        }
    }
    /* Landscape tablets and medium desktops */
    
    @media (min-width: 992px) {
        .header-section h1 {
            text-transform: uppercase;
            margin-top: 10px;
            font-size: 40px;
        }
        .header-section h2 {
            text-transform: capitalize;
            margin-top: 10px;
            font-size: 44px;
        }
        .header-section {
            margin-top: -90px;
        }
        .rem-for {
            font-size: 13px;
            font-weight: 700px!important;
        }
        input[type=checkbox],
        input[type=radio] {
            margin: 3px 0 0;
        }
    }
    /* Landscape tablets and medium desktops */
    
    @media (min-width: 992px) and (max-width: 1199px) {
        /* Portrait tablets and small desktops */
        @media (min-width: 768px) and (max-width: 991px) {}
        /* Landscape phones and portrait tablets */
        @media (max-width: 767px) {}
        /* Portrait phones and smaller */
        @media (max-width: 480px) {
            .logo {
                margin-top: 10px;
                width: 150px;
            }
        }
    }
