
/*Estilos para el login*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);

body {
    background: white;
}

@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
}

.login-box {
    background: url(https://i.imgur.com/73BxBuI.png);
    background-size: cover;
    background-position: center;
    height: 100vh;

    padding: 60px;
    padding-top: 100px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    left: 0;

}

.logo {
    font-family: "Script MT";
    font-size: 54px;
    text-align: center;
    color: #888888;

}

.logo .logo-font {
    color: #3BC3FF;
}

@media only screen and (max-width: 767px) {
    .logo {
        font-size: 34px;
    }
}

.header-title {
    text-align: center;
    margin-bottom: 50px;
    font-family: "Script MT";
}

.login-form {
    max-width: 300px;
    margin: 0 auto;
}

.login-form .form-control {
    border-radius: 0;
    margin-bottom: 30px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
}

.login-form .form-group {
    position: relative;
}

.login-form .form-group .forgot-password {
    position: absolute;
    top: 6px;
    right: 15px;
    padding-top: 100px;
}

.login-form .btn {
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 10px;
}

.login-form .btn.btn-primary {
    background: #3BC3FF;
    border-color: #31c0ff;
    border-radius: 20px;
}
