﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Droid Sans', sans-serif;
    /*background: #f8f8f8;*/
}


.header-login {
    padding: 5px 5px;
    width: 100%;
    background: #fff url(../images/h-bg.png) right no-repeat;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255,255,255,0.08);
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.08);
    border-bottom:1px solid #ccc;
}

.form-padding {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
}

.inset {
   
    background: #fff;
    width: 350px;
    margin: 80px auto;
    border-radius: 0.4em;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.8);
}
.inset_form{
     padding: 20px 15px 20px 15px;
}
.form-control_2 input{
   background:url(../images/user-silhouette.png) -11px -50px no-repeat;
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	
	line-height: 1.6;
	color: #898989;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #989595;
	border-radius: 3px;
    margin-top:10px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-indent:28px;
}
.form-control_1 input{
   background:url(../images/user-silhouette.png) -11px -100px no-repeat;
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	
	line-height: 1.6;
	color: #898989;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #989595;
	border-radius: 3px;
    margin-top:10px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-indent:28px;
}

.login-title {
    padding: 15px 25px 15px 25px;
    color: #fff;
    background-color:#003d79;
}

form h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0px 0;
    position: relative;
    margin: 0px;
    margin-bottom: 30px;
}

    form h1:after {
        content: "";
        display: block;
        width: 250px;
        height: 100px;
        position: absolute;
        top: 0;
        left: 50px;
        pointer-events: none;
        transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        background: linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
        background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.05), rgba(0,0,0,0)); /* For Safari */
    }

.copyright {
    font-size: 11px;
    text-align: center;
}

label {
    color: #333;
    display: block;
    padding-bottom: 9px;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    border-radius: 0.3em;
    margin-bottom: 25px;
}

label[for=remember] {
    color: white;
    display: inline-block;
    padding-bottom: 0;
    padding-top: 5px;
}

input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
}

.p-container {
    padding: 0 20px 0px 20px;
}

    .p-container:after {
        clear: both;
        display: table;
        content: "";
    }

    .p-container span {
        display: block;
        float: left;
        color: #0d93ff;
        padding-top: 8px;
    }

input[type=submit] {
    padding: 10px 20px;
    border: 1px solid #003d79;
    border-radius: 0.3em;
    background: #003d79;
    color: white;
    float: right;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}

    input[type=submit]:hover {
        box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
        background:#f78626;
        border:1px solid #f78626;
    }

input[type=text]:hover,
input[type=password]:hover,
label:hover ~ input[type=text],
label:hover ~ input[type=password] {
    /*background: #efefef;*/
}


/* Makes responsive fields.Sets size and field alignment.*/
input[type=text] {
    margin-bottom: 25px;
    margin-top: 10px;
    width: 100%;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

input[type=submit] {
    margin-bottom: 10px;
    width: 100%;
    padding: 8px 15px !important;
    border-radius: 5px;
    height: auto !important;
}

textarea {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #7ac9b7;
    border-radius: 5px;
    margin-bottom: 20px;
    resize: none;
}

input[type=text]:focus, input[type=password]:focus {
    border-color: #03a8dd;
}

.logodisplay {
    background: #fff;
    text-align: center;
    margin: 5px 5px 5px 5px;
    border-radius: 0.4em;
}

@media screen and (max-width: 979px) {
    .header-login {
        padding: 1% 1%;
        width: 100%;
        background: #fff;
    }

    .logo-sec {
        width: 100%;
        text-align: center;
        display: block;
    }
}

.btn-post {
    background: #277dcb;
    color: #fff;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    display: inline-block;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

    .btn-post:hover {
        padding: 0 20px;
        text-decoration: none;
        background: #2e6da4;
        line-height: 28px;
        display: inline-block;
        color: #fff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    }





.header-login .top-header {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

    .header-login .top-header .in1 {
        width: 30%;
        float: left;
        position: relative;
        background: #fff;
    }

        .header-login .top-header .in1 img {
            width: 380px;
            margin-top: 22px;
            float: left;
            display: block;
        }

    .header-login .top-header .in2 {
        width: 40%;
        float: left;
        position: relative;
        background: #fff;
    }

        .header-login .top-header .in2 img {
            width: 450px;
            margin: 0 auto;
            display: block;
        }

    .header-login .top-header .in3 {
        width: 30%;
        float: left;
        position: relative;
        background: #fff;
    }

        .header-login .top-header .in3 img {
            width: 220px;
            float: right;
            display: block;
        }

@media only screen and (max-width:1260px) {
    .header-login .top-header .in1 img {
        width: 100%;
        margin-top: 22px;
        float: left;
        display: block;
    }

    .header-login .top-header .in2 img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .header-login .top-header .in3 img {
        width: 60%;
        float: right;
        display: block;
    }
}

@media only screen and (max-width:750px) {
    .header-login .top-header .in1 {
        width: 50%;
        float: left;
        position: relative;
        background: #fff;
    }

    .header-login .top-header .in2 {
        width: 50%;
        float: left;
        position: relative;
        background: #fff;
    }

    .header-login .top-header .in3 {
        display: none;
        width: 30%;
        float: left;
        position: relative;
        background: #fff;
    }
}



@media only screen and (max-width:580px) {
    .header-login .top-header .in1 {
        width: 100%;
        float: left;
        position: relative;
        background: #fff;
    }

    .header-login .top-header .in2 {
        width: 100%;
        float: left;
        position: relative;
        background: #fff;
    }

    .header-login .top-header .in1 img {
        width: 280px;
        margin: 0 auto;
        margin-top: 0px;
        float: none;
        display: block;
    }

    .header-login .top-header .in2 img {
        width: 280px;
        margin: 0 auto;
        display: block;
    }
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}