﻿strong {
    font-weight: bold !important;
}

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../../fonts/poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed-Regular.ttf');
}

body {
    padding-bottom: 20px;
    font-family: 'Roboto Condensed';
    color: #2d2d2d;
}

a {
    cursor: pointer;
    text-decoration: none;
}

    a:hover {
        color: #666666;
        text-decoration: none;
    }

.text-danger {
    color: red;
}

    .text-danger:hover {
        color: red;
    }

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

/*---------------------------------------------*/
a {
    font-family: 'Roboto Condensed';
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: 'Roboto Condensed';
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

input::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.eye-container {
    position: absolute;
    top: 25%;
    right: 0;
}

.form-eye {
    cursor: pointer;
}

.identity-wrapper {
    width: 100%;
    margin: 0 auto;
}

.identity-container {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f2f2f2;
}

.identity-form-wrapper {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.identity-form {
    width: 100%;
}

.identity-form-title {
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 26px;
}

    .identity-form-title i {
        font-size: 60px;
    }

.identity-form-title-small {
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.message-wrapper {
    font-size: 24px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 37px;
}

.small-message-wrapper {
    font-size: 16px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 24px;
    padding-top: 10px;
    border-top: 2px solid #adadad;
}
/*------------------------------------------------------------------
[ Input ]*/
.input-wrapper {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
}

.field-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 17px;
}

#forget-password-field {
    cursor: pointer;
}

.input {
    font-family: 'Roboto Condensed';
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
}

.input[type="password"] {
    width: calc(100% - 24px);
}

/*---------------------------------------------*/
.input-focus {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .input-focus::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #6a7dfe;
        background: -webkit-linear-gradient(left, #5FDEB8 3.07%, #062A8C 97.3%);
        background: -o-linear-gradient(left, #5FDEB8 3.07%, #062A8C 97.3%);
        background: -moz-linear-gradient(left, #5FDEB8 3.07%, #062A8C 97.3%);
        background: linear-gradient(left, #5FDEB8 3.07%, #062A8C 97.3%);
    }

    .input-focus::after {
        font-family: 'Roboto Condensed';
        font-size: 15px;
        color: #999999;
        line-height: 1.2;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: -15px;
        left: 0px;
        padding-left: 5px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }


.input:focus + .input-focus::before {
    width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.identity-container-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.identity-form-wrapper-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}

.identity-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #5FDEB8 3.07%, #062A8C 97.3%);
    background: -o-linear-gradient(right, #5FDEB8 3.07%, #062A8C 97.3%);
    background: -moz-linear-gradient(right, #5FDEB8 3.07%, #062A8C 97.3%);
    background: linear-gradient(right, #5FDEB8 3.07%, #062A8C 97.3%);
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.identity-form-btn {
    font-family: 'Roboto Condensed';
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
}

    .identity-form-btn:disabled {
        background: #F5F5F7;
        border: 1px solid #D8D8D8;
        color: #000000;
    }

.identity-form-wrapper-form-btn:hover .identity-form-bgbtn {
    left: 0;
}

@media (max-width: 576px) {
    .identity-form-wrapper {
        padding: 77px 15px 33px 15px;
    }
}
