﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0px;
    overflow-x: hidden;
    color: #3e5569;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none;
}

.auth-wrapper #recoverform, .jvectormap-zoomin, .jvectormap-zoomout, html[dir=rtl] .dz-hidden-input {
    display: none;
}

.auth-wrapper {
    /*background: url('/assets/images/background/auth-bg.jpg');*/
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    position: relative;
}

.auth-wrapper .auth-box {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0 20px rgba(0,0,0,.08);
    max-width: 400px;
    min-width: 400px;
    width: 90%;
    margin: 10% 0;
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}

.roc-logo {
    height: 70px;
    width: auto;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.form-row {
    margin-top: 10px;
    margin-bottom: 10px;
}