
body {
    margin: 0;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
      "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
      sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 

h1{
    font-size:18px;
    color:#414b51;
}

label{
    color:#788a94;
    font-size:12px;
    margin-bottom: 5px;
}

input{
    border-radius:20px !important;
    outline: initial !important;
    border: 1px solid #ced4da !important;
    color: #536068 !important;
    margin-bottom: 10px;
    font-size: .813rem !important;
    background-color: #f8f9fa !important;
}

input:focus{
    background-color: #fff !important;
    box-shadow: 0 0 0 .25rem rgba(60, 141, 188, .25) !important;
}

button{
    background: #3c8dbc !important;
    box-shadow: 0 8px 25px -8px #3c8dbc !important;
    border-color: #3c8dbc !important;
    border-radius: 40px !important;
    font-size:14px !important;
}

button:hover{
    background: #3c8dbc !important;
    box-shadow: 0 8px 25px -8px #3c8dbc !important;
    border-color: #3c8dbc !important;
}

.card{
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
    border: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    overflow: hidden;
}

.auth-layout-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
}

.auth-layout-wrap .auth-content {
    max-width: 660px;
    margin: auto;
}

.auth-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.auth-logo img {
    width: 100px;
    height: 100px;
}

.error{
    font-size: 12px;;
}

@media (min-width: 1024px) {
    .auth-layout-wrap .auth-content {
        min-width: 660px;
    }
}

@media (max-width: 767px) {
    .auth-layout-wrap .auth-content {
        padding: 15px;
    }

    .auth-right {
        padding: 80px 15px;
    }
}
