﻿
body {
    background-color: #2B2B2B;
}
.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background: #2B2B2B;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}
* {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
}


div h3 span {
    color: #FFF;
    font-size: 14px;
}

div span {
    font-weight: 200;
}

h1 {
    font-weight: 200;
}

.login_box {
    background: #1c478c; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f32d27', endColorstr='#ff6b45',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
}

@media (max-width: 992px) {
    .login_box {
        background: #1c478c; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      
        -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
        -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
        box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    }
}

.image-circle {
    border-radius: 25px;
    background: #fff;
    max-width: 275px;
    height: auto;
    border: 4px solid #FFF;
    margin: 10px;
    padding: 20px;
}

.follow {
    background-color: #FC563B;
    height: 80px;
    cursor: pointer;
}

    .follow:hover {
        background-color: #F22F26;
        height: 80px;
        cursor: pointer;
    }

.login_control {
    background-color: #FFF;
    padding: 10px;
}

.control {
    color: #000;
    margin: 10px;
}

.label {
    color: #1c478c;
    font-size: 18px;
    font-weight: 500;
}

.form-control {
    color: #000000 !important;
    font-size: 25px;
    border: none;
    padding: 25px;
    padding-left: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .form-control:focus {
        border-radius: 0px;
        border-bottom: 1px solid #FC563B;
        margin-bottom: 10px;
        outline: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

.btn-orange {
    background-color: #1c478c;
    border-radius: 0px;
    margin: 5px;
    padding: 5px;
    width: 150px;
    font-size: 20px;
    font-weight: inherit;
}

    .btn-orange:hover {
        background-color: #0f303c;
        border-radius: 0px;
        margin: 5px;
        padding: 5px;
        width: 150px;
        font-size: 20px;
        font-weight: inherit;
        color: #FFF !important;
    }

.line {
    border-bottom: 2px solid #8e2223;
    border-bottom: 2px solid #8e2223;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.outter {
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 25px;
    width: 300px;
    height: 180px;
    margin-top: 15px;
}
