.containerimg{

    text-align: center;

}
.ksijahs{
    
    padding-top: 80px;

}
.imglogo{

    margin-top: -100px;
    border: 2px solid white;
    border-radius: 100%;

}
body {
    margin: 0;
    padding: 0;
    background: #0757AD;
    min-height: 100vh;
    background-size: cover;
    font-family:  HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;

}
h1 {
    margin: 0;
    color: #0c0b0b;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 50px 0;
}

h2 {
    margin: 0;
    color: black;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

p.w3l-register-p {
    color: rgb(250, 250, 250);
    font-size: 13px;
    text-align: center;
}

.w3l-login-form {
    background: white;
    max-width: 430px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

.group {
    display: flex;
    padding: 15px 5px;
    background-color: #ffffff;
}

.group i {
    color: #0757AD;
    font-size: 20px;
    padding: 0 10px;
    align-self: center;
    position: absolute;
}

.w3l-form-group {
    margin: 20px 0;
}

.w3l-form-group label {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #d2d2d2;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-style: italic;
}

input[type="text"],
input[type="password"] {
    
}

input[type="text"]:focus,
input[type="password"]:focus {
    outline: none;
}

button {
    background: #13bf5b;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 12px 60px;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
}

button:hover {
    background-color: #15d163;
    transition-duration: 0.8s;
}

.forgot {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

a {
    color: #0757AD;
    font-size: 16px;
    text-decoration: none;
}

.forgot p {
    color: #3D88F9;
    text-align: center;
    margin: 0;
	font-size: 13px;
}

.register {
    color: #00BCD4;
    text-decoration: none;
}

/*--footer--*/

p.copyright-agileinfo {
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
}

footer p a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}

footer p a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

footer {
    padding: 4em 0;
    text-align: center;
}
/*--//footer--*/
.error-input{
    padding: 10px 8px;
    background: #e32626;
    font-size: 14px;
    color: #fff;
}
/*-- /responsive design --*/

@media(max-width:768px) {
    h1 {
        font-size: 47px;
    }
}

@media(max-width:667px) {
    h1 {
        font-size: 45px;
    }
}

@media(max-width:640px) {
    p.copyright-agileinfo {
        letter-spacing: 1px;
    }
    h1 {
        font-size: 43px;
    }
}

@media(max-width:568px) {
    h1 {
        font-size: 40px;
    }
    p.copyright-agileinfo {
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .w3l-login-form {
    margin: 0 3vw;
}
    h1 {
        font-size: 38px;
    }
    p.copyright-agileinfo {
        line-height: 1.8em;
    }
}

@media(max-width:414px) {
    h1 {
        font-size: 34px;
    }
}

@media(max-width:384px) {
    h1 {
        font-size: 30px;
    }
}

@media(max-width:320px) {
    h1 {
        font-size: 25px;
    }
    .forgot p {
        text-align: left;
    }
    .forgot {
        display: block;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.45em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    padding-left:35px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1 px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .3s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #E5E5E5;
    outline: none;
}
.form-control:focus{
    border-color: #0757AD !important;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.form-label-group > input, .form-label-group > label {
    height: 3.125rem;
    padding: 0.75rem;
}
.dkashjsauas{
    background: #0757AD;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 12px 60px;
    cursor: pointer;
    border-radius: 6px;
    margin-top: 13px;
    text-align: center;
}

/*-- /responsive design --*/
