@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

@font-face {
    font-family: gilroybold;
    src: url(fonts/GilroyBold.html);
    src: url(fonts/GilroyBold.html) format("embedded-opentype"), url(fonts/GilroyBold-2.html) format("woff2"), url(../fonts/GilroyBold-3.html) format("woff"), url(fonts/GilroyBold-4.html) format("truetype"), url(../fonts/GilroyBold.svg#GilroyBold) format("svg")
}

@font-face {
    font-family: gilroyfont;
    src: url(fonts/Gilroy-Medium.eot);
    src: url(fonts/Gilroy-Medium.ttf) format('truetype'), url(fonts/Gilroy-Medium.svg#open_sansregular) format('svg');
    font-style: normal
}

@font-face {
    font-family: gilroyfont-regular;
    src: url(fonts/Gilroy-Regular.eot);
    src: url(fonts/Gilroy-Regular.ttf) format('truetype'), url(fonts/Gilroy-Regular.svg#open_sansregular) format('svg');
    font-style: normal
}

a:focus,
button:focus {
    outline: none !important;
}

.ny-login-main {
    color: #868686;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.ny-login-bg-wrap {
    background-color: rgb(255, 255, 255);
    float: left;
    width: 100%;
    position: relative;
}

.ny-login-right {
    width: 380px;
    position: relative;
    margin: 0 auto;
}

.ny-login-right h1 {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 5px 0;
    margin: 0;
    color: #2b454e;
}

.ny-login-right h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0;
    color: #6b6b6b;
}

.logo-wrap {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 22vh;
}

.logo-wrap img {
    max-height: 30px;
}

.ny-login-right .form-wrapper {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.ny-login-right .form-wrapper .form-group {
    position: relative;
    padding-top: 15px;
}

.ny-login-right .form-wrapper .input-bx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px;
    height: 44px;
    border-radius: 2px;
    float: left;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e3e3e3;
    position: relative;
    padding: 0px 10px;
}

.ny-login-right .form-wrapper .input-bx img {
    width: 16px;
    margin-right: 13px;
    opacity: 0.6;
}

.ny-login-right .form-wrapper .input-bx .hide-pass {
    position: absolute;
    right: -4px;
    top: 10px;
    cursor: pointer;
}

.ny-login-right .form-wrapper .input-bx .hide-pass.show-pass .gray-img {
    display: none;
}

.ny-login-right .form-wrapper .input-bx .hide-pass .blue-img {
    display: none;
}

.ny-login-right .form-wrapper .input-bx .hide-pass.show-pass .blue-img {
    display: inline-block;
    opacity: 1;
}

.ny-login-right .form-wrapper .input-bx input {
    border: 0;
    width: 90%;
    color: #8f8f8f;
    background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -moz-box-shadow: 0 0 0 30px white inset !important;
    -o-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
    background-color: #fff !important;
}

.ny-login-right .form-wrapper .input-bx input:focus {
    border: none;
    outline: none;
    color: #8f8f8f;
}

.notif-error {
    color: #ff0042;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0px 0px 0px;
}

.error-msg {
    text-align: left;
    color: #ff0042;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    display: none;
    position: relative;
    padding-left: 21px;
}

.error-msg p {
    color: #ff0042 !important;
}

.notif-error img {
    width: 14px;
    position: absolute;
    left: 0;
}

.ny-login-right .form-wrapper .input-bx.margn-bott-10 {
    margin-bottom: 10px;
}

.ny-login-right .form-wrapper .forget-password {
    display: block;
    padding: 6px 0 4px 0;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.ny-login-right .form-wrapper .forget-password a {
    color: #e97721;
    text-decoration: underline;
}

.forget-password .pull-right {
    width: 28%;
    text-align: right;
}

.ny-login-right .form-wrapper .login-btn {
    border-radius: 2px;
    background-color: #57617a;
    padding: 12px 0px;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border: 0;
    transition: all ease-in 0.2s;
}

.powerd-by {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
    margin-top: 35px;
    float: left;
    width: 100%;
}

.powerd-by img {
    width: 64px;
    margin-top: -2px;
}

.ny-login-left {
    background: #57617a;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.ny-bg .layer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    border-radius: 4px 0px 0px 4px;
}

.ny-bg .layer .content-part {
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
}

.left-ny-content {
    padding: 9%;
    color: #e5f4ff;
}

.heding-contnt {
    float: left;
    width: 100%;
}

.left-ny-content h1 {
    font-size: 36px;
    margin: 0;
    color: #fff;
    padding: 0 0 15px 0;
    line-height: 46px;
    display: block;
    font-family: gilroybold;
}

.left-ny-content h1 span {
    font-size: 48px;
}

.left-ny-content h4 {
    color: #fff;
    font-size: 18px;
    font-family: gilroybold;
    padding: 10px 0 0 0;
    margin: 0;
}

.desktop-login-bg {
    position: absolute;
    bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-login-bg img {
    max-width: 70%;
}

.policy-term {
    position: absolute;
    bottom: 40px;
    left: -15px;
    font-size: 12px;
    color: #8b8b8b;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.policy-term a {
    color: #e97721;
    text-decoration: none;
    padding: 0px 15px 0px 2px;
    transition: all ease-in 0.2s;
    position: relative;
}

.policy-term a:first-child:before {
    display: none;
}

.policy-term a:before {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: -10px;
    top: 4px;
    background: #b7b7b7;
    content: "";
}