﻿@font-face {
    font-family: 'YBakh';
    src: url('YekanBakh.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.registration-form {
    padding: 50px 0;
}

    .registration-form form {
        background-color: #fff;
        max-width: 600px;
        margin: auto;
        padding: 50px 70px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.085);
    }


.form-icon {
    text-align: center;
    background-color: white;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 30px;
    line-height: 100px;
}

.registration-form .item {
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 10px 20px;
    direction: rtl
}

.registration-form .create-account {
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #00b74a;
    border: none;
    color: white;
    margin-top: 20px;
}

.registration-form .social-media {
    max-width: 600px;
    background-color: #fff;
    margin: auto;
    padding: 30px 0;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #9fadca;
    border-top: 1px solid #dee9ff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .create-account:hover {
    background-color: #007470;
}

.registration-form .social-icons {
    margin-top: 10px;
    margin-bottom: 16px;
}

    .registration-form .social-icons a {
        font-size: 16px;
        margin: 0 10px;
        color: #007470;
        padding: 5px;
        /*border: 1px solid;
                border-radius: 50%;*/
                width: 150px;
        display: inline-block;
        height: 15px;
                /*text-align: center;
                background-color: #fff;
                line-height: 45px;*/
    }

        .registration-form .social-icons a:hover {
            text-decoration: none;
            color: #00b74a;
        }

.ForgotPass {
    font-family: 25px;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 10px;
    float: right
}

    .ForgotPass :hover {
        color: #007470;
    }

@media (max-width: 576px) {
    .registration-form form {
        padding: 50px 20px;
    }


    .registration-form .form-icon {
        /*        width: 70px;
        height: 70px;*/
        font-size: 30px;
        line-height: 70px;
    }
}
