﻿body {
    font: medium 14px;
    font-family: Dubai;
    margin: 0;
}

.top-header-bg {
    background-color: #000000;
}

.whit_header {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.samtech_logo {
    width: 100%;
    height: 72px;
    margin-top: 160px;
    text-align: right;
}

.thuraya_logo {
    z-index: 30;
    width: 100%;
    height: 37px;
    margin-top: -875px;
    text-align: left;
}

.main_image {
    background-image: url(../login_images/main_img.png);
    width: 100%;
    height: 400px;
    margin-top: 1px;
    margin-left: auto;
    background-size: cover;
}

.black_bg {
}

.black_bg_st {
    width: 38px;
    height: 466px;
    position: relative;
}

.black_bg_med {
    background-repeat: repeat-x;
    width: 662px;
    height: 466px;
    padding-left: 0px;
    position: absolute;
}

.black_bg_end {
    width: 38px;
    height: 466px;
    padding-left: 662px;
    position: absolute;
}

.user_name_bg_st {
    width: 36px;
    height: 106px;
    position: relative;
}

.user_name_bg_med {
    background-repeat: repeat-x;
    width: 338px;
    height: 106px;
    padding-left: 0px;
    position: absolute;
}

.user_name_bg_end {
    width: 36px;
    height: 106px;
    padding-left: 338px;
    position: absolute;
}

.password {
    z-index: 10;
}

.password_bg_st {
    width: 36px;
    height: 106px;
    position: relative;
}

.password_bg_med {
    background-repeat: repeat-x;
    width: 338px;
    height: 106px;
    padding-left: 0px;
    position: absolute;
}

.password_bg_end {
    width: 36px;
    height: 106px;
    padding-left: 338px;
    position: absolute;
}

.user_pass {
    z-index: 10;
    position: absolute;
}

.user_name_icon {
    z-index: 10;
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    font-family: Dubai;
    font-weight: 500;
}

    .user_name_icon img {
        vertical-align: middle;
        text-align: justify;
        float: left;
        margin: 0px 15px 15px 0px;
    }
/*.login_text
{
    color: #0090d8;
    display:inline-block;
    font-size: 45.39px;
    font-family: Dubai;
    font-weight: 600;
    line-height: 1.0em;
    text-shadow: 0px 2px 1px #ffffff;
    z-index:20;
    background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45.39px;
    font-family: Dubai;
    font-weight: 600;
    line-height: 1.0em; 
    z-index:20;
  background-image: linear-gradient(to right, green, yellowgreen 33%, yellow 66%, gold);
  color: transparent;
}*/
.change_language {
    z-index: 10;
    position: absolute;
    color: #ffffff;
    font-size: 15px;
    font-family: Dubai;
    font-weight: 500;
}

.laguage_icon {
    vertical-align: middle;
    text-align: justify;
    color: #ff0e00;
    font-size: 15px;
    font-family: Dubai;
    font-weight: 500;
}

.change_language text {
    z-index: 10;
    position: absolute;
    color: #ff0e00;
    font-size: 15px;
    font-family: Dubai;
    font-weight: 500;
}

.Login {
    position: absolute;
    color: #ffffff;
    font-size: 16.19px;
    font-family: Dubai;
    font-weight: 600;
    padding-top: -50px;
    vertical-align: middle;
    text-align: justify;
    position: absolute;
    margin-top: 50px;
}

.recover_pass {
    vertical-align: middle;
    text-align: justify;
    color: #ffffff;
    font-size: 16.19px;
    font-family: Dubai;
    font-weight: 400;
    position: absolute;
    letter-spacing: -1px;
}

    .recover_pass img {
        margin-top: -20px;
    }


.textbox {
    width: 310px;
    background-color: #234271;
    background: rgba(35, 66, 113, .7);
    border-radius: 8px;
    border: 3px solid #b5b3b1;
    height: 42px;
    color: #fff !important;
    font-size: 20px;
    font-family: Dubai;
    font-weight: bold;
    padding-left: 50px;
    margin-top: 16px;
    padding-left: 75px;
}

.textbox-username-img {
    background-image: url("../login_images/user_name_icon.png");
    background-position: 35px center;
    background-repeat: no-repeat;
}

.textbox-password-img {
    background-image: url("../login_images/password_icon.png");
    background-position: 35px center;
    background-repeat: no-repeat;
}
