﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    ;
    font-size: 13px;
}

#auth-logo {
    padding: 10% 11%;
    background: #16423C;
}

.btn-info,
.btn-info.disabled {
    background: #16423C;
    border: 2px solid #b2c59d;
}


#form-section {
    background: #ffffff;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
}

#auth-form {
    max-width: 80%;
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
}

.imgCustom200pxCircle {
    border: 1px solid #ddd;
    padding: 5px;
    width: 200px;
}

.input-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #0a58b3;
    cursor: pointer;
}
