﻿td {
    padding: 8px;
    width: 50%;
}
input {
    max-width: 360px;
    width: 100%;
    background-color: rgb(248, 252, 254);
    color: rgb(102, 102, 102);
    height: 30px;
    padding: 4px 6px;
    border: 1px solid #e5e5e5;
    color: #666;
    transition: all linear .5s;
    border-radius: 4px;
}

input[type=checkbox], input[type=radio] {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    outline: 0;
    background: 0 0;
}

.login-wrapper {
    background-image: url("../img/login/bg_login.jpg");
    padding: 70px 0;
}
    .login-wrapper .img-logo{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .login-wrapper .img-logo img {
        width: 200px;
        height: 200px
    }

    .login-wrapper .box {
        position: relative;
        background-color: rgba(1, 18, 33, 0.62);
        color: rgb(51, 51, 51);
        padding: 50px;
        z-index: 200;
        border-color: rgba(7, 55, 99, 0.48);
        border-width: 1px;
        border-style: solid;
        margin-top: 50px;
    }

    .login-wrapper .box-1 {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .login-wrapper .box-2 {
        text-align:center
    }

    .login-wrapper .btn-login {
        min-width: 150px;
        background-color: rgb(103, 78, 167);
        color: rgb(255, 255, 255);
        height: 50px;
        width: 100%;
    }