﻿.btn-google, .btn-fb, .btn-login, .btn-register {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    border-radius: 1px;
    text-decoration: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
    width: 140px;
    min-height: 48px;
}

.btn-login {
    background-color: #c82021;
}

    .btn-login:hover {
        box-shadow: 0 0 3px 3px rgba(59, 89, 152, 0.3);
    }

    .btn-login:active {
        background-color: #eee;
    }

.btn-register {
    background-color: #c82021;
    color:white;
}

    .btn-register:active {
        background-color: #eee;
    }

    .btn-register:active {
        background-color: #eee;
    }

.google-content, .fb-content {
    display: flex;
    align-items: center;
}

    .google-content .logo, .fb-content .logo {
        height: inherit;
    }

    .google-content svg, .fb-content svg {
        margin-top: 2px;
        width: 20px;
        height: 20px;
    }

    .google-content p, .fb-content p {
        width: 100%;
        /*line-height: 0.33;*/
        letter-spacing: 0.21px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 0px;
        font-family: "Roboto", sans-serif;
    }

.btn-google {
    background: #FFF;
}

    .btn-google:hover {
        box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
        text-decoration: none;
    }

    .btn-google:active {
        background-color: #eee;
    }

.google-content p {
    color: #757575;
}

.btn-fb {
    /*padding-top: 1.5px;*/
    background: #4267b2;
}

    .btn-fb:hover {
        box-shadow: 0 0 3px 3px rgba(59, 89, 152, 0.3);
        text-decoration: none;
    }

    .btn-fb:active {
        background-color: #3b5998;
    }

.fb-content p {
    color: rgba(255, 255, 255, 0.87);
}

.frm-login {
    width: 800px;
    padding: 30px 15px;
    margin: 0px auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 14px rgba(0,0,0,.4);
    box-shadow: 0 2px 14px rgba(0,0,0,.4);
}

.frm-login .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    /*margin-bottom: 10px;*/
}

.frm-login-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    /*margin-bottom: 15px;*/
}

.consent-forgot-password a {
    font-size: 13px;
    line-height: 20px;
    color: #c82021;
    font-weight: bold;
    text-decoration: none;
}
.frm-create {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}

    .frm-create span {
        margin-right: 5px;
    }

    .frm-create a {
        text-decoration: none;
        color: #c82021;
    }

.nav-editor {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nav-link-editor {
    border-bottom-color: #b5b8bb !important;
    color: #b5b8bb !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

    .nav-link-editor:hover {
        border-bottom-color: #c82021 !important;
        color: #c82021 !important;
        border-top-color: transparent !important;
        border-right-color: transparent !important;
        border-left-color: transparent !important;
    }

.nav-link-editor-active {
    border-bottom-color: #c82021 !important;
    color: #c82021 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

.frmsignin {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.frm-title {
    font-size: 20px;
}

.menu-overflow{
    overflow:hidden;
}

@media (min-width: 321px) {
    .frmsignin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
}
@media (max-width: 530px) {
    .frm-login {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .menu-overflow {
        height: 235px;
        overflow: auto;
    }
}

@media only screen and (max-width : 992px) {
    .frm-login {
        width: auto;
        min-width: 300px;
        max-width: 800px;
    }
}

