body {
    background-color: #c6003e;
    font-family: "Circular Std";
}

#logo{
    margin-top: 7%;
    width: 200px;
}

#login .container #login-row #login-column #login-box {
    margin-top: 8%;
    margin-left: auto;
    margin-right: auto;
    max-width: 370px;
    height: 50%;
    border: 1px solid #ededed;
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
#login .container #login-row #login-column #login-box #formLogin {
    padding: 20px;
}

.blueColor{
    color: #0042ff;
}

.pinkColor {
    color: #dc0046;
}

.blueBackground{
    background-color: #0042ff;
}

.pinkBackground{
    color: #ffffff;
    background-color: #dc0046;
}

.loginText{
    font-size: 20px;
}

.loginSubtext{
    margin-top: -17px;
}

.subtext{
    font-size: 14px;
    color: #727274;
}

.pmail{
    margin-top: 26px !important;
    margin-bottom: 7px !important;
}

.ppassword{
    margin-top: 16px !important;
    margin-bottom: 7px !important;
}

.inputLogin, input:focus{
    background-color: #e9eef6 !important;
    border-bottom: 0px solid white !important;
    font-size: 14px;
}

.borderRadius{
    border-radius: 5px !important;
}

.borderRadiusRight{
    border-radius: 0px 5px 5px 0px !important;
    -moz-border-radius: 0px 5px 5px 0px !important;
    -webkit-border-radius: 0px 5px 5px 0px !important;
}

.inputUserImg{
    margin-top: 9px;
    margin-left: 9px;
    width: 17px;
    height: 20px;
}

.inputPasswordImg{
    margin-top: 9px;
    margin-left: 9px;
    width: 17px;
    height: 17px;
}

.recoverPassword{
    text-decoration: underline #b2b2b2;
    margin-top: -25px;
    font-size: 12px;
    color: #b2b2b2;
}

input[type=text]:focus
,input[type=password]:focus
,textarea:focus,textarea.form-control:focus
,select:focus, select.form-control:focus
,.select2-selection.select2-selection--single:focus {
    border-color: #f3f3f3 !important;
    -webkit-box-shadow: 0 1px 0 0 #f3f3f3 !important;
    box-shadow: 0 1px 0 0 #f3f3f3 !important;
}

.btnLogin{
    cursor: pointer;
    margin-top: 16px;
    color: white;
    padding: 7px 17px 7px 17px;
    font-size: 14px;
    border-radius: 25px;
    border: 1px solid #dc0046;
}

.inputSubmitImg{
    margin-left: 10px;
}

.notRegister{
    color: #0042ff;
    text-decoration: underline #0042ff;
}


@media (orientation: landscape) {
    body {
        flex-direction: row;
    }
}

@media (orientation: portrait) {
    body {
        flex-direction: column;
    }
}
