﻿/*@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,800");*/

/* Coded with love by Mutiullah Samim */
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    /*background: #ecf3fe !important;*/
    background: #fafafa !important;
}


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

.user_card {
    height: 450px;
    width: 380px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    background: #FCFCFC;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 8px;
}

.newuser_card {
    margin-top: auto;
    margin-bottom: auto;
    background: #3F72AF;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_logo_container {
    position: absolute;
    height: 160px;
    width: 160px;
    /*top: -75px;
    border-radius: 50%;
    background: #FFC736;*/
    padding: 10px;
    text-align: center;
}

.brand_logo {
    height: 140px;
    width: 140px;
    /*border-radius: 50%;
    border: 2px solid #c0392b;
    background: #fff;*/
}


.brand_logo_container_r {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #3F72AF;
    padding: 10px;
    text-align: center;
}

.brand_logo_r {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid #c0392b;
    background: #fff;
}


.form_container {
    margin-top: 100px;
}

.reg_container {
    margin-top: 50px;
}

.reg_btn {
    background: #3F72AF !important;
    color: white !important;
}

.myt_btn {
    background: #3F72AF !important;
    border-color: #3F72AF;
    color: white !important;
}

.myt_text {
    color: #3F72AF !important;
}

.btn {
    border-radius: 8px;
}

.login_btn {
    width: 100%;
    background: #3F72AF !important;
    color: #fff !important;
}

    .login_btn:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }

.login_container {
    padding: 0 2rem;
}

.form-control {
    /*border: none;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);*/
    border: 1px solid #cbcbcb;
}

.input-group-text {
    background: #3F72AF;
    color: #000;
    /*border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;*/
    border-radius: 8px;
    border: 1px solid #cbcbcb;
    padding: 8px 10px;
}

.input_user, .input_pass {
    background: #FCFCFC;
    border-radius: 0px 8px 8px 0px;
    width: 280px !important;
}

    .input_user:focus,
    .input_pass:focus {
        outline: 0px !important;
        border: 1px solid #3F72AF;
        box-shadow: none;
        /*border: none;
        box-shadow: 0 0 0 0.25rem rgba(220, 220, 220, 0.25); --gray
        box-shadow: 0 0 0 0.20rem rgba(229, 180, 49, 0.25);*/
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c0392b !important;
}

.required-field {
    color: red;
}

.m-l-150 {
    margin-left: 150px;
}

.g-icon {
    width: 24px;
}
