/* Minification failed. Returning unminified contents.
(45,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
body {
    background-image: url("../../Content/img/remoto/remoto-green-blue-background.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 1200px) {
    .login-container {
        left: 25% !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 730px) {
    .login-container {
        left: 35% !important;
    }
}

@media only screen and (max-width: 730px) {
    .login-container {
        width: 340px !important;
        left: 50% !important;
    }
}

.login-container {
    border-radius: 5px;
    width: 500px;
}

.login-container .content-container {
    margin: 0px;
    flex: none;
    display: block;
}

#login-btn, .btn {
    background: rgba(67,183,158,1) !important;
    border-color: rgba(67,183,158,1) !important;

    :hover {
        background: rgba(41, 148, 125, 1);
        border-color: rgba(41, 148, 125, 1) !important;
    }
}

.oauth-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

