﻿.front-container {
    font-family: 'Roboto';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: #BEC1C8;
    background-color: #14181F;
    background-repeat: no-repeat;
    background-position: center;
}


h2 {
    color: #fff;
}

h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #BEC1C8;
    margin-bottom: 24px;
}


.login-page {
    margin: 0 auto;
    width: 360px;
}

.login-page .logo {
    display: flex;
    justify-self: center;
}

.external-providers {
    margin-top: 58px;
}

.external-list {
    display: flex;
    flex-direction: column;
    gap:10px;
    list-style: none;
    margin: 0;
    padding: 0;

}

.external-list-item__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Rectangle 69 */

    height: 56px;

    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    /* Continue with Outlook */

  
    padding: 16px 20px;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;

    /* White */
    color: #FFFFFF;
}
.external-list-item__link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    text-decoration: none;
}
.external-list-item__link .logo {
    width: 25px;
    margin-right: 20px;
}
.external-list-item__link  span {
     margin-left: auto;
 }

.line-separator {
    border: 2px dashed rgba(255, 255, 255, 0.3);
    margin: 25px auto 0 auto;
    width: 360px;
}

.bottom-link{
    font-size: 12px;
    line-height: 16px;
    
    a {
        text-decoration-line: underline;
        color: #BEC1C8;
    }
    
    a:hover {
        text-decoration: none;
    }
}

/* bootstrap overide */

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

.front-container .form-control{
    /* 123123 */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    align-items: center;
    height: 42px;

    color: #fff;



    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    border-color: transparent;
    padding: 11px 17px;

}

.front-container .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.front-container .form-control:-moz-focusring {
    color: transparent;
}
.front-container .form-control:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
.front-container .form-control::-webkit-input-placeholder {
    color: #888;
    opacity: 1;
}
.front-container .form-control::-moz-placeholder {
    color: #888;
    opacity: 1;
}
.front-container .form-control:-ms-input-placeholder {
    color: #888;
    opacity: 1;
}
.front-container .form-control::-ms-input-placeholder {
    color: #888;
    opacity: 1;
}
.front-container .btn-custom {
    font-weight: 600;
    padding: 11px 24px;
    font-size: 18px;
    line-height: 21px;
}
.front-container .form-check {
    display: flex;
    gap: 10px;
    padding-left: 1rem
}

.control-label{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #BEC1C8;
    margin-bottom: .25rem;
}

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

.login-links {
    display: flex;
    justify-content: space-between;
}
