* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    outline: none;
    font-family: sans-serif;
}

.server {
    width: 100vw;
    height: 100vh;
    text-align: center;
    padding-top: 20%;
    color: #933;
    text-transform: uppercase;
}


.main {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg,#34699a, #113f67);
}

.vrline {
    width: 1px;
    height: 350px;
    margin: 0 100px;
    background-color: #eee;
}

.cols {
    color: #00F358;
    padding: 5px;
    font-size: 4.3rem;
}

h1 {
    color: white;
    font-size: 5rem;
    font-weight: 100;
    text-align: center;
    text-transform: capitalize;
}

    h1 span {
        font-size: 1rem;
    }

img {
    width: 350px;
}

.login-box {
    width: 500px;
    height: auto;
    padding: 20px;
    background: rgba(112,112,112,.1);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 0 15px rgba(102,102,102,.1);
    transition: 1s;
}

    .login-box input {
        width: 100%;
        height: 60px;
        padding: 20px;
        margin-bottom: 20px;
        font-size: 14px;
        letter-spacing: 2px;
/*        background-color: rgba(255,255,255, .5);*/
        border: 1px solid rgba(255,255,255,.4);
        border-radius: 3px;
        background-color: transparent;
        outline: none;
        transition: .5s ease;
        color:white;
    }

    .login-box .button {
        width: 100%;
        height: 50px;
        border: none;
        background: #08c6b2;
        border-radius: 5px;
        color: #fff;
        font-size: 1.3rem;
        padding:0;
        transition:0.3s all ease;
    }

        .login-box .button:hover {
            background: #9fc6b2;
            color: #000;
        }

.footer {
    position: absolute;
    width: 100%;
    bottom: 25px;
    color: rgba(255,255,255,.7);
    letter-spacing: 5px;
}

.input_col {
    position: relative;
}
/* Eye icon styling */
.toggle-password {
    position: absolute;
    right: 10px;
    /*    top: 50%;*/
    top: 42%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
/*    font-size: 15px;*/
    padding-right: 5px;
    color: #aaa;
}

    .toggle-password:hover {
        color: #fff;
    }

@media( max-width:960px) {


    .login-box {
        width: 65%;
    }

    h1 {
        font-size: 4.5rem;
        margin-bottom: 50px;
        text-align: center;
    }

    .vrline {
        display: none;
    }

    .main {
        flex-direction: column;
        padding: 15px;
    }
}

@media(max-width:650px) {
    .main {
        width: 100%;
        padding: 15px;
    }

    .login-box {
        width: 100%;
    }

    .vrline {
        display: none;
    }

    h1 {
        font-size: 3.5rem;
        text-align: center;
    }

    .footer {
        font-size: .5rem;
        bottom: 0px;
    }
}

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.1s;
    font-family: arial;
}

body {*/
    /*background: linear-gradient(45deg, #cecfcf, #b9b9b9 80%);*/
    /*background: linear-gradient(45deg, #9cf1f3, #5898c7 80%);
    height: 150vh;
    overflow: hidden;
}

.login_form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    /* background-color: white;*/
    /*width: 400px;
    border-radius: 15px;
    height: 325px;
}

.head {
    text-align: center;
    color: #0f505c;
    padding: 15px 0;
}

.container {
    position: relative;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form {
    width: 380px;
    border: 2px solid;
    padding: 28px;
    border-color: white;
    animation: formanimation 2s linear;
    border-radius: 8px;
    border-bottom-color:#0ef;
}
.form:hover{
    box-shadow:0px 0px 5px 0 white;
}

body {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    /*background: #0e171e;*/
    /*background: #2c465a;*/
    /*background: #128983;*/
    /*border-radius: 8px;
    animation: animate 2s linear;
}

.img {
    text-align: center;
    margin: 15px 0 10px 0;
}

.user_img {
    width: 100px;
    border-radius: 50px;
}
*/


/*.input_col input {
   width: 100%;
   height: 40px;
   text-align: center;
   font-size: 14px;
   border: 2px solid;
   border-color:white;
   border-radius: 40px;
   background-color: transparent;
   outline: none;
   transition: .5s ease;
   color: white;
}*/
/*
.forgot_pass {
    color: #999;
    width: 100px;
}

    .forgot_pass:hover {
        text-decoration: underline;
        cursor: pointer;
        color: black;
    }

.button_col {
    text-align: center;
}

.button {
    width: 100%;
    height: 35px;
    color: black;
    border: none !important;
    margin: 22px auto;
    font-size: 16px;
    cursor: pointer;
    border-radius: 40px;
    transition:0.3s all ease;
}
.button:hover{
    background-color:#0ef;
}
@keyframes animate {
    0% {
        background: #0ef;
    }

    100% {
        background: #2c465a;
    }
}

@keyframes labelanimate {
    0% {
        background: #0ef;
        color: black;
    }

    100% {
        background: #2c465a;
        color: #0ef;
    }
}
@keyframes formanimation {
    0% {
        border-color: black;
    }
    25% {
        border-left-color:#0ef;
    }
    50% {
        border-top-color:#0ef;
    }
    75% {
        border-right-color:#0ef;
    }
    100% {
        border-color: white;
        border-bottom-color: #0ef;
    }
}
@media (max-width: 425px) {
    .login_form {
        width: 350px;
    }
}

@media (max-width: 320px) {
    .login_form {
        width: 290px;
    }
}*/
 Chrome, Edge, Safari 
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: white !important;  
    transition: background-color 5000s ease-in-out 0s;
}

/* Firefox */
input:-moz-autofill {
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -moz-text-fill-color: white !important;
}

/*.passwordBox {
    background-color: transparent; 
    border: 1px solid #ccc; 
    padding: 6px;
    color: #fff;  
    caret-color: #fff; 
}*/

/*     Chrome, Edge, Safari */
    .passwordBox:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
        -webkit-text-fill-color: #fff !important;  
        caret-color: #fff !important;  
        transition: background-color 5000s ease-in-out 0s;
    }

/*     Firefox */
    .passwordBox:-moz-autofill {
        box-shadow: 0 0 0px 1000px transparent inset !important;
        -moz-text-fill-color: #fff !important;  
        caret-color: #fff !important;  
    }
/*.password-wrapper {
    position: relative;
}

.passwordBox {
    width: 100%;
    background: transparent;
    color: #fff;
    caret-color: #fff;
}*/


