﻿#login .container #login-row #login-column #login-box {
    margin-top: 100px;
    max-width: 600px;
    height: 380px;
    border: 1px solid #9C9C9C;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
}

.btn-login {
    background-color: #142b40;
    color: white;
    font-weight: bold;
}
    .btn-login:hover {
        color: #A2C5E3;
    }

.txt-login-h {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
}

.txt-login-b {
    color: #fff;
    font-weight: bold;
    font-size: medium;
}


#register .container #register-row #register-column #register-box {
    margin-top: 8%;
    max-width: 600px;    
    border: 1px solid #9C9C9C;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
}

.btn-register {
    background-color: #142b40;
    color: white;
    font-weight: bold;
}
    .btn-register:hover {
        color: #A2C5E3;
    }

.txt-register-h {
    color: #203e58;
    font-weight: bold;
    font-size: 21px;
}

.txt-register-b {
    color: #203e58;
    font-weight: bold;
    font-size: medium;
}

.chk-register-b {
    color: #203e58;
    font-weight: bold;
    font-size: medium;
    margin-right: 10%;
}
