body {
    background-size: cover;
    background-color: #bd272b;
    display: grid;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
#container-login {
    background-color: #fff;
    position: relative;
    margin: 30px auto;
    width: 420px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 25px;
}
.logo-login {
    position: relative;
    /* margin: 150px auto 10px auto; */
    width: 420px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    text-align: left;
}


.logo-login .logo-text strong {
    font-size: 21px;
}
#container-register {
    background-color: #1D1F20;
    position: relative;
    top: 20%;
    margin: auto;
    width: 340px;
    height: 480px;
    border-radius: 0.35em;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
}

#title {
    position: relative;
    width: 100%;
    padding: 15px 0px;
    border-radius: 10px;
    font-size: 24px;
    color: #49566D;
    font-weight: 500;
}

.lock {
	position: relative;
	top: 2px;
}

.input {
    margin: auto;
    border-radius: 5px;
    padding: 0;
    margin-top: 5px;
    display: table;
    border: 1px solid #49566D;
    width: 100%;
}

.input-addon {
    height: 36px;
    line-height: 36px;
    display: table-cell;
    padding: 0 10px;
    width: 32px;
    color: #a4aab6;
}

input[type=checkbox] {
    cursor: pointer;
}
input[type=password],
input[type=text] {
    color: #949494;
    margin: 0;
    padding: 6px 8px;
    border-radius: 3px;
    height: 36px;
    width: 100%;
    line-height: 36px;
    display: table-cell;
    border:none;
}

.forgot-password {
    position: relative;
    bottom: 0%;
    text-align: right;
    font-size: 13px;
    margin-top: 30px;
}

.forgot-password a:link {
    color: #49566D;
    text-decoration: none;
}

.forgot-password a:visited {
    color: #49566D;
    text-decoration: none;
}

.forgot-password a:hover {
    color: #373e4a;
    transition: color 1s;
}

.privacy {
    margin-top: 5px;
    position: relative;
    font-size: 12px;
    bottom: 0%;
}

.privacy a:link {
    color: #949494;
    text-decoration: none;
}

.privacy a:visited {
    color: #949494;
    text-decoration: none;
}

.privacy a:hover {
    color: #C1C3C6;
    transition: color 1s;
}

*:focus {
    outline: none;
}

.remember-me {
    margin: 10px 0;
}

input[type=submit] {
    padding: 6px 25px;
    background: #EC3237;
    color: #ffffff;
    font-weight: bold;
    border: 0 none;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 30px;
}

.register {
    margin: auto;
    padding: 16px 0;
    text-align: center;
    margin-top: 40px;
    width: 85%;
    border-top: 1px solid #C1C3C6;
}

.clearfix {
    clear: both;
}

#register-link {
    margin-top: 10px;
    padding: 6px 25px;
    background: #373E4A;
    color: #C1C3C6;
    font-weight: bold;
    border: 0 none;
    cursor: pointer;
    border-radius: 3px;
}
.forgot-password a:link:hover {
    text-decoration: underline;
}

input[type="submit"] {
    background: #EC3237;
    width: 100%;
    height: 40px;
}
.input.maxacnhan img {
    max-height: 94%;
    width: 100%;
}

.input.maxacnhan .input-addon {
    padding: 0px 0px 0px 20px;
    box-sizing: border-box;
    width: 50%;
}

.input.maxacnhan input {
    border: solid 1px #49566d;
}

.input.maxacnhan {
    border: none;
    padding: 0;
}
#container-login label {
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 5px;
}
#container-login,.logo-login {
    max-width: 90%;
}
#title p {
    font-size: 13px;
    font-weight: normal;
}
