﻿body {
    color: #6A7D8E;
    font-size: 9pt;
    background-color: rgba(240,240,245,0.5);
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
}

input {
    padding: 4px;
}

    input:disabled {
        background-color: rgba(240,240,245,0.5);
    }


    input:-webkit-autofill {
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}

textarea:disabled {
    background-color: rgba(240,240,245,0.5);
}

a:focus {
    background: none;
    text-decoration: none;
}

a:visited {
    background: none;
    text-decoration: none;
}

.link {
    color: #1B8FFC;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
}

    .link:hover {
        color: #1B8FFC;
        text-decoration: none;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
    }

    .link:focus {
        text-decoration: none;
    }

    .link:visited {
        text-decoration: none;
    }

/* Login */
.login-page {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.login-form {
    padding-left: 5%;
    padding-top: 18%;
    float: left;
    overflow: hidden;
    width: 35%;
    height: 100%;
    margin: 0;
    background-color: white;
}

    .login-form .login-form-data {
        width: 70%;
    }

    .login-form .logo_RCM {
        margin-top: 2%;
        margin-left: 0;
        margin-bottom:90px;
    }

        .login-form .login-form-data input {
            font-size: 9pt;
        }

.logo_bg {
    background-color: #008B89;
    float: right;
    overflow: hidden;
    width: 65%;
    height: 100%;
    margin: 0;
}


    .logo_bg .logo_login {
        margin-top: 25%;
        margin-left: 30%;
    }

        .logo_bg .logo_login img {
            width: 55%;
        }

.btn-default {
    padding: 6px;
    color: #6A7D8E;
    font-size: 9pt;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}

    .btn-default:hover {
        background-color: #1B8FFC;
        color: white;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
        transition: all 0.35s ease-in;
        -webkit-transition: all 0.35s ease-in;
        -moz-transition: all 0.35s ease-in;
        -o-transition: all 0.35s ease-in;
        -ms-transition: all 0.35s ease-in;
    }

    .btn-default:focus {
        background-color: none;
    }

    .btn-default:visited {
        background-color: none;
    }

.btn:focus {
    background-color: none;
}

.btn:visited {
    background-color: none;
}


button[type=button]:focus {
    background-color: none;
}

button[type=button]:visited {
    background-color: none;
}


/* Responsive resolutions */

@media only screen and (min-width: 1000px) {
    .login-form {
        padding-top: 27%;
    }

    .logo_bg .logo_login {
        margin-top: 37%;
    }


}


@media only screen and (min-width: 1300px) {
    .login-form {
        padding-top: 15%;
    }


    .logo_bg .logo_login {
        margin-top: 20%;
    }
}



@media only screen and (min-width: 1700px) {
    .login-form {
        padding-top: 18%;
    }


    .logo_bg .logo_login {
        margin-top: 22%;
    }
}


@media screen and (min-width: 2300px) {
    .login-form {
        padding-top: 15%;
    }

    .logo_bg .logo_login {
        margin-top: 16%;
    }
}
