﻿html, body {
    margin:0;
    padding:0;
    height:100%;
    width:100%
}

.maindiv {
    background-image: url('img1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    min-height: 650px;
}


.title {
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #2e3192;
    width: 50%;
    line-height: 35px;
    padding: 10px;
    padding-left: 10px;
    font-family: roboto_condensedbold;
}

.username {
    height: 60px;
    border: 0;
    margin-top: 2.5vh;
    margin-left: auto;
    border-radius: 20px;
    padding:10px;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.username input[type=text] {
    height: 60px;
    border:1;
    border-radius:20px;
    margin:10px;
}

.username input[type=password] {
    height: 60px;
    border: 1;
    border-radius: 20px;
    margin: 10px;
}

.login button {
    color: white;
    margin-left: auto;
    margin-top: 10vh;
    margin-right: auto;
    padding: 10px 15px 10px 15px;
    border: 1px solid;
    border-color:darkblue;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width:100px;
    cursor:pointer;
}

.username input[placeholder] {
    padding-left: 1vw;
    font-size: 16px;
}

.login {
    background-color:darkgray;
    height: 90%;
    width: 40%;
    padding-top: 30px;
    border-radius: 10px;
    opacity: 0.9;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 50px;
}

.heading {
    margin-top:10px;
    color:darkblue;
    font-weight: bolder;
    font-style: normal;
    padding-left: 5px;
    font-size: 40px;
    text-align: center;
    height: 40px;   
}

.navibar {
    background-color: #fff;
    padding: 15px 0 8px 0;
    height: 100px;
}

.details{
   display:flex;
   justify-content:center;
   align-items:center;
}

.corporateUse {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pad{
    padding:10px;
}

.det{
    border-color:black;
}

.fullBody {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.mainLogo {
    width: 160px;    
    margin-left:0px;
}

p{
    display:flex!important;
    justify-content:center!important;
}

.reload > img {
    width: 70% !important;
    margin: auto;
    
}
.captcha {
    margin: auto;
    min-height: 100px !important;
    height: 10%;
}
@media screen and (max-width: 480px) and (min-width: 360px) {
    #captchaimagerefresh {
        width: 20%;
        cursor: pointer;
        margin-left: 170px;
        margin-top: 20px;
    }
}
@media only screen and (orientation: portrait ) {
    #captchaimagerefresh {
        width: 20%;
        cursor: pointer;
        float:right;
    }
}
@media only screen and (orientation: landscape ) {
    #captchaimagerefresh {
        width: 25%;
        cursor: pointer;
        float: right; 
    }
    
}
@media only screen and (min-width: 768px ) and (max-width: 840px) {
    .login button{
        margin-top:30%;
    }
}
@media only screen and (min-width: 604px ) {
    .login button {
        margin-top: 30%;
    }
}
@media only screen and (min-width: 600px ) {
    .login button {
        margin-top: 30%;
    }
}

@media only screen and (width: 320px ) {
    #captchaimagerefresh {
        width: 25%;
        cursor: pointer;
        float: right;
        margin-top: 10%;
    }
}

@media only screen and (width: 411px ) {
    #captchaimagerefresh {
        width: 25%;
        cursor: pointer;
        float: right;
        margin-top: -5%;
    }
}

@media only screen and (min-width: 649px ) and (max-width: 750px) {
    .login button{
        margin-top:30%;
    }
}

@media only screen and (min-width: 800px ) and (max-width: 1280px) {
    .login button {
        margin-top: 30%;
    }
    #captchaimagerefresh {
        
        margin-top: -15%;
    }
}

@media only screen and (min-width: 1024px ) {
    #captchaimagerefresh {
        width: 25%;
        cursor: pointer;
        float: right;
        margin-top:25%;
    }
   
}


#CaptchaInputText {
    width: 100%;
    height: 5vh;
    border-radius: 20px;
}

.refresh {
    margin-top: -150.2px;
    float: right;
}

.pass{
    margin:auto;
    display:flex;
    justify-content:center;
}

.reload > a {
    display:none;
}

.captcha a {
    visibility:hidden;
}