﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.navbar {
    display: none !important;
}

.container-other {
    padding-top: 65px;
}

.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
}

.logo-container img {
    max-width: 350px;
    max-height: 70px;
}

.login-errors-container {
    text-align: center;
    margin-top: 10px;
}

.login-errors-container ul {
    padding: 0;
    list-style-type: none;
    color: red;
}

.form-container {
    width: 350px;
}

.group-row {
    min-height: 50px;
    margin: 10px 0;
    height: auto;
}

.form-control {
    height: 50px;
    font-size: 14px;
}

.btn-create {
    margin-top: 20px;
    background-color: #42A1E3;
    border-radius: 25px;
    padding: 12px;
    box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.60);
    color: #fff;
    font-weight: 600;
}

.input-validation-error {
    border-left-width: medium;
    border-left-color: red;
}


.forgot-password-container {
    text-align: right;
    padding: 0 15px;
}

.forgot-password-container a {
    color: darkgrey;
    font-weight: bold;
}


.link-button {
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.60);
    -moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.60);
    box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.60);
}

.btn-signin {
    background-color: #42A1E3;
    color: white;
    padding: 12px;
    margin-top: 28px;
}

.btn-signin:hover {
    color: white;
}
