﻿body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Segoe UI' !important;
}

.mediahawkz-login {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
}

.mediahawkz-login .div-left {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    background-image: url('../../../Images/RIYA/IndeskLogin/background_RIYA.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 45% 45%;
}

.mediahawkz-login .div-right {
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: auto;
    border-left: 1px dotted #333;
    margin: 3% 0 3% 0;
}

.rkmd-form {
    max-width: 375px;
    margin: 10% auto 0px;
}

.rkmd-form .form-title {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.rkmd-form .form-row {
    display: block;
    margin-top: 0.925em;
}

.rkmd-form .remember {
    margin-top: 6px;
}

.rkmd-form .form-field {
    position: relative;
    height: 72px;
    margin-top: 1em;
    padding: 16px 0 8px 0px;
}

.rkmd-form .form-field i {
    display: none;
    margin-top: 5px;
    float: right;
}

.rkmd-form .form-field::after, .rkmd-form .form-field::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 8px;
    width: 100%;
    height: 1px;
    background-color: #cdcdcd;
}

.rkmd-form .form-field::after {
    background-color: #03a9f4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.rkmd-form .form-field.focused::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.rkmd-form .field-label {
    position: relative;
    display: block;
    color: #575757;
    font-size: 15px;
    line-height: 16px;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    font-weight: normal;
}

.rkmd-form .field-input {
    position: relative;
    display: block;
    color: #575757;
    width: 100%;
    height: 32px;
    font-size: 15px;
    line-height: 16px;
    margin: 0;
    padding: 4px 0;
    border: none;
    outline: none;
    background-color: transparent;
}

.rkmd-form .has-label .field-label {
    -webkit-transform: translateY(0) scale(0.85);
    transform: translateY(0) scale(0.85);
}

.rkmd-form .focused .field-label {
    color: #03a9f4;
}

.rkmd-form input[type="checkbox"] + label:before {
    display: inline-block;
    width: 1em;
    color: #6e6e6e;
    margin: 0 10px 0 0;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: -6px;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.rkmd-form input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}

.rkmd-form input[type="checkbox"] + label {
    cursor: pointer;
    color: #575757;
}

.rkmd-form input[type="checkbox"] + label:before {
    content: "\e835";
}

.rkmd-form input[type="checkbox"]:checked + label:before {
    content: "\e834";
    color: #03a9f4;
}

.rkmd-form input[type="checkbox"]:active:not(:disabled) + label:before {
    -webkit-transform: scale3d(0.88, 0.88, 1);
    transform: scale3d(0.88, 0.88, 1);
}

.rkmd-form input[type="checkbox"]:disabled + label:before {
    content: "\e909";
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.157);
}

.rkmd-form .form-field[error]::after, .rkmd-form .form-field[error]::before {
    background-color: #f44336 !important;
}

.rkmd-form .form-field[error] .field-label {
    color: #f44336 !important;
}

.rkmd-form .form-field[error] i {
    display: block;
    color: #f44336 !important;
}

.rkmd-form .msg {
    min-height: 20px;
}

.rkmd-form .error {
    display: block;
    margin: 0;
    padding: 0;
    color: #f44336 !important;
    font-size: 14px;
}

.rkmd-form .default {
    color: #575757 !important;
    font-size: 14px;
}

.rkmd-btn.btn-lightBlue {
    border: 2px solid #fff;
    background-color: rgb(25, 22, 75);
    box-shadow: 0px 4px 8.19px 0.81px rgba(0, 0, 0, 0.27);
    width: 100%;
    padding: 10px 30px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.5s;
    text-transform: capitalize;
    line-height: 0px;
    margin-top: 20px;
    cursor:pointer;
    height:45px;
}

.rkmd-btn.btn-lightBlue:hover {
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.275);
    background-color: #2193ab;
}

.mediahawkz-login .copyright {
    margin-top: 7%;
    text-align:center;
}

.mediahawkz-login .copyright p {
    color: #2D2D2D;
    font-size: 14px;
}

h2:after {
    display:none;
}