.row{
    margin: 0px;
}
body{
    overflow-x: hidden!important;
}

.largepic{
    padding: 0px;
}

div#largepic {
    padding: 0px;
    background-image: url(../img/large.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

/* Top Right */

.topright{
    position: absolute;
    top: 0px;
    right:0px;
    width: 80%;
}

/* Logo */

.logobar{
    margin: 130px 0px 0px 0px;
    padding: 0px 22%;
}

.logo{
    width: 90%;
    margin-bottom: 50px;
}

/* Sign in */

.signin{
    margin-bottom: 30px;
}

.redlink{
    color: #e43331;
    text-decoration: underline;
}

/* inputs */

.inputs{
    margin-top: 30px;
    padding: 0px 22%;
}

input[type=text]{
    width: 100%;
    padding: 8px 40px;
    border-radius: 0px;
    background: url(../img/usericon.png) no-repeat 15px 7px;
    background-position: 98% 8px;
    background-size: 20px 20px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 100%;
}

input[type=text]::placeholder{
    font-size: 100%;
}

input[type=password]{
    width: 100%;
    padding: 8px 40px;
    border-radius: 0px;
    background: url(../img/passicon.png) no-repeat 15px 7px;
    background-position: 98% 8px;
    background-size: 20px 20px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 100%;
}

input[type=password]::placeholder{
    font-size: 100%;
}

/* Forgot password */

input[type=checkbox]{
    width: 20px!important;
    height: 20px!important;
    vertical-align: middle!important;
    margin-top: -3px;
    -webkit-appearance: none;
    border: 1px solid #999999!important;
}

input[type=checkbox]:checked::after{
    -webkit-appearance: none !important;
    content: '\2713';
     width: 20px;
    height: 20px;
    display: block;
    vertical-align: middle;
    border-radius: 0px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.forgot{
    margin-top: 30px;
    padding: 0px 22%;
}

.check{
    float: right;
}

.forgotpass{
    float: left;
}


/* Login Button */

.login{
    margin-top: 30px;
    padding: 0px 22%;
    text-align: center;
}

.loginbtn{
    background-color: #e43331;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 20px;
}


/* Mobile */

@media (max-width:768px){

.logobar{
    margin: 120px 0px 0px 0px;
    padding: 0px 15%;
}
    
    .logo{
    width: 100%;
    margin-bottom: 50px;
}
    
    .forgot{
        text-align: center;
            padding: 0px 15%;
    }
    
.inputs{
    margin-top: 30px;
    padding: 0px 10%;
}    
    
.login{
    margin-top: 30px;
    padding: 0px 14%;
    text-align: center;
}
    
       
    .forgotpass{
        text-align: center;
        float: none;
    }
    
.topright{
    position: absolute;
    top: 0px;
    right:-20px;
    width: 80%;
}    
    
    div#largepic {
    padding: 0px;
    background-image: url(../img/large.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
}

}























