﻿:root {
    --primary-color: #8AB8C8;
    --white: #ffffff;
}

@font-face {
    font-family: Rubik; 
    src: url(../fonts/Rubik-VariableFont_wght.ttf);
}

body {
    margin: 0;
    padding: 0;
}

* {
    text-align: right;
    direction: rtl;
    font-family: Rubik;
}

input {
    outline: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

._hide {
    background-color: transparent;
    color: transparent;
    width: 0px;
    height: 0px;
    border: 0px;
    display: none;
}

.precise_logo {
    display: block;
    position: absolute;
    width: 195px;
    right: 5vw;
    top: 8vh;
}

    .precise_logo img {
        display: block;
        width: 100%;
        height: auto;
    }

#MainDiv {
    background-blend-mode: luminosity;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, #ffffff);
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #cde0f3;*/
    background-image: url(../../Images/precise_bg_2.png), url(../../Images/rectangle2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.center_section {
    display: flex;
    flex-direction: column;
    width: 415px;
    margin-bottom: 45px;
}

.welocme_title {
    font-size: 37px;
    font-weight: bold;
    color: #1c3342;
}

.header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
}

.admiral_logo {
    font-size: 37px;
    font-weight: bold;
    width: 140px;
    display: block;
}

    .admiral_logo img {
        display: block;
        width: 100%;
        height: auto;
    }

.input_div {
    position: relative;
    padding: 12px 0;
}

.login_inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}



    .login_inputs input {
        width: 100%;
        font-size: 21px;
        font-weight: 500;
        color: #1c3342;/*var(--primary-color);*/ 
        border: none;
        padding: 16px 10px;
        box-sizing: border-box;
        background-color: white;
        text-indent: 50px;
    }

        .login_inputs input:focus-visible,
        .login_inputs input:-webkit-autofill:focus,
        .login_inputs input:-webkit-autofill:active {
            box-shadow: 0 0 0 2px #8ab8c8;
            /*border: 2px solid #8ab8c8;*/
            outline: none;
            box-sizing: border-box;
            font-size: 21px;
        }

        .login_inputs input:-webkit-autofill,
        .login_inputs input:-webkit-autofill {
            -webkit-text-fill-color: #1c3342 /*var(--primary-color);*/ !important;
            font-size: 21px;
        }

.form_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

#btnLogin, #btnSendSms, #btnVerifyOtp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 149px;
    height: 46px;
    padding: 11px 0 12px;
    border-radius: 22.8px;
    background-color: #8ab8c8;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    background-color: var(--primary-color);
    border: none;
    cursor: pointer;
}

#btnLogin:hover {
    cursor: pointer;
}

#forgotpass {
    text-decoration: underline;
    color: #1c3342;
}

#forgotpass:hover {
    cursor: pointer;
}

.icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: 16px;
}

.icon img {
    width: 100%;
    height: auto;
}


.icon .lock_icon {
    width: 22px;
    height: auto;
}

._hide_
{
    width:0px;
    height:0px;
    border-color:transparent;
    position:absolute;
    color:transparent;
}