﻿.login-box {
    border: 1px solid #17469E;
    border-radius: 10px;
    text-align: center;
    padding: 2rem 1rem;
    background-size: 100% 100%;
    background-position: center;
    background-color:white;
    margin-bottom:2rem;
}

.login-box h6 {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: rgba(112,112,112,1);
    margin-bottom:2rem;
}

    .login-box label {
        font-family: 'Roboto',sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        color: rgba(112,112,112,1);
    }

.login-box .form-control {
    font-size: 15px;
    color: rgba(112,112,112,.6);
    border: 1px solid #17469E;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.login-send {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: rgba(255,255,255,1);
    background-color: #17469E;
    width: 100%;
    border-radius: 27px;
    padding: .5rem;
}

.login-send:hover {
    box-shadow: 0 0.5em 0.5em -0.4em #17469E;
    transform: translateY(-0.25em);
    color: white;
}

.sol-anahtari {
    position: absolute;
    left: 1rem;
    bottom: 2rem;
}

.remember-me {
  margin-bottom:.25rem;
}

.remember-me label {
    border-right: 1px solid #707070;
    padding-right: 1rem;
    margin-right: 1rem;
}

.remember-me label {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: rgba(112,112,112,1);
}

.remember-me .form-check-input {
    margin-top: .45rem;
}

.remember-color {
    opacity: 0.4;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: rgba(112,112,112,1);
}