﻿body {
    height: 100vh;
}

.signin_box {
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 10px 0 0;
    text-align: center;
}

    .signin_box .form_container {
        padding: 2px 50px 0px;
    }
.logo_line {
    opacity: 0.5;
     margin-left: 50px;
    margin-right: 50px;
    background-color: #dddddd;
}
.form-title p {
    padding: 15px 20px 0px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500;
    color: #555;
}

.single-input {
    width: 100%;
    border: 1px solid #dddddd;
    display: flex;
    margin-bottom: 15px;
    border-radius: 5px;
}

    .single-input i {
        padding: 10px 10px;
        color: #e7512f;
        line-height: 20px;
    }

    .single-input input {
        border: 0px solid #dddddd;
        outline: none;
        box-shadow: unset;
        padding: 8px 10px;
        margin-bottom: 0px;
        color: #5a5757;
        font-size: 15px;
        height: auto;
        border-radius: 5px;
        box-shadow: unset !important;
    }

.submit-btn {
    border: 0px solid #dddddd;
    display: block;
    margin: 10px auto 15px;
}

    .submit-btn input {
        background-color: #e7512f;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        padding: 10px 30px 9px;
        font-weight: 500;
    }

        .submit-btn input:hover {
            background-color: #c13715 !important;
            color: #fff;
        }

.box_bottom {
    background: #f5f5f5;
    padding: 8px 0px;
    margin: 13px 0 0 !important;
    border-top: 1px solid #ddd;
}

    .box_bottom p {
        padding-top: 10px;
        margin: 0 auto 10px;
        font-size: 18px;
        text-transform: none;
        line-height: 16px;
        color: #555;
        font-weight: 500;
    }

.register_login_btn {
    color: #e7512f;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    text-decoration: none;
}

.box-center {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    height: 100vh !important;
}

@media screen and (max-width: 767px) {
    .signin_box .form_container {
        padding: 2px 20px 0px;
    }

    .register_login_btn {
        font-size: 16px;
    }

    .box_bottom p {
        font-size: 15px;
    }
}
.forgotPassword {
    float: right;
    font-size: 12px;
    color: #e7512f;
    outline: none;
    text-decoration: none;
    font-weight: 500;
}