﻿@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
}
body {
  
    padding-top: 40px;
    padding-bottom: 40px;
   
  
}

.field-icon {
    float: right;
    margin-right: 12px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.close {
    font-size: 30px !important;
    color: #000 !important;
    opacity: 1;
    padding: 0px !important;
    border: none !important;
}
.modal-header {
    border-bottom: none;
}
button.close span {
    position: absolute;
    right: 5px;
    top: -5px;
}
.fixed_top {
    position: fixed !important;
    -webkit-box-shadow: 0 1px 5px 0 rgb(96 96 96 / 30%);
    -moz-box-shadow: 0 1px 5px 0 rgba(96,96,96,.3);
    box-shadow: 0 1px 5px 0 rgb(96 96 96 / 30%);
    padding: 5px 0 2px;
}

.navigation-header .navigation-brand .brand-logo .logo {
   
     height: auto; 
     background-image: none; 
   
}

.register_block {
    background-color: #fff;
    padding: 30px;
    font-family: OpenSans-Regular;
    margin: 100px 15px 40px;
    border-top: 5px solid #1ac6ff;
    box-shadow: 0px 1px 3px 1px #ddd;
}

.register_block h1{
    font-size: 30px;
    line-height: 40px;
    color: #1A202C;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
}
.login_txt {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    color: #1A202C;
}
.navigation-header {
    
    background-color: white;
  
}

.input_effect {
   
    margin: 15px 0 10px;
}
.navigation-header .navigation-bar.navigation-bar-right {
    display: flex;
    justify-content: end;
    height: 90px;
    align-items: center;
}
.remember {
    width: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #2D3748;
}
#rememberChkBox + span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    position: relative;
}
    #rememberChkBox + span:before {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        position: relative;
        bottom: 1px;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        content: "";
        border: 1px solid #ccc;
        border-radius: 3px;
    }
#rememberChkBox:checked + span:before {
    box-shadow: 0px 0px 5px 1px #00aeb5 !important;
}

#rememberChkBox:checked + span:before {
    color: #fff;
    background-color: #00AEB5;
    border-color: #00AEB5;
}

#rememberChkBox:checked + span:before {
    color: #00AEB5;
    background-color: #fff;
}

#rememberChkBox:checked + span:before {
    /* font-family: FontAwesome; */
    /* content: '\f00c'; */
    content: '✔';
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 21px;
}
input#rememberChkBox {
    display: none;
}
.btn-success {
    color: #fff !important;
}
html, body {
    height: 100%;
}
.modal-backdrop.show {
    opacity: 1 ! important;
    background: rgb(0 0 0 / 0%);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    -moz-filter: blur(20px);
    -webkit-filter: blur(20px);
    filter: blur(1px);
    backdrop-filter: blur(2px);
}
.reset_block {
    width: 100%;
    max-width: 350px;
    margin-top: -15%;
}

@media(max-width:480px){
    .navigation-header .navigation-bar.navigation-bar-right {
      
        height: 65px;
       
    }
    .logo_img {
        width: 100px;
    }
}