﻿html, body {
    height: 100%;
}

.footer {
    overflow: hidden;
    position: relative;
}

body {
    font-family: 'Roboto';
    margin-bottom: 0px;
}

/* When changing the HEIGHT of the FOOTER, change here */
.main-content {
    min-height: calc(100% - 60px - 1px);
}

h1 {
    font-size: 30px;
    padding: 20px 0px;
}

.success {
    color: #27AE60;
}

i {
    font-size: 20px;
    padding-right: 12px;
    padding-bottom: 2px;
}

.form-group {
    margin-bottom: 24px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.content {
    display: flex;
    flex-direction: column;
}

.title {
    font-size: 30px;
    color: black;
    font-weight: bold;
}

.custom-field {
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #A1A1A1;
    border-radius: 0px;
    outline: none;
    padding-left: 0px;
}


.black-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    width: 232px;
    height: 46px;
    border-radius: 23px;
    color: white;
    border: none;
    font-size: 18px;
}

.black-button:focus {
    outline:none;
}

.action-block {
    font-size: 16px;
    color: #2F80ED;
}

.social-button {
    border-radius: 23px;
    font-size: 16px;
    background-color: transparent;
    border-color: black;
    font-weight: bold;
    height: 46px;
    color: black;
    width: 100%;
    max-width: 311px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-danger {
    font-size: 12px;
    color: #FF2D55 !important;
}

.policy-agreement {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    color: grey;
}

.subtitle {
    font-weight: bold;
}

.list-text {
    display: flex;
}

.list-text-margin {
    margin-left: 35px;
}


@media only screen and (max-width: 767px) {
    header, .footer {
        display: none;
    }

    .main, main, .content {
        height: 100%;
        box-sizing: border-box;
    }

    .external-logins {
        margin-top: auto;
    }

    .social-button {
        margin: auto;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill::first-line,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black !important;
    font-size: 16px !important;
}