﻿
html {
    font-family: 'Cairo', sans-serif !important;
    font-weight: bold !important;
    height: 100%;
}

body {
    /*background-color: #1667b2 !important;*/
    /*background-image: linear-gradient(to center,#093e70, #1667b2);*/
    background-image: radial-gradient( #1667b2,#093e70);
}

.MyContainer {
    max-width: 400px !important;
    margin: 50px auto !important;
}

.logoimage {
    width: 75%;
    max-width: 300px !important;
    align-content: center !important;
    margin-bottom: 2em;
}

.card {
    background-color: transparent !important;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    border-radius: 12px !important;
    border-color: white;
    padding: 20px;
}

.btnsubmit {
    border-radius: 25px !important;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .btnsubmit:hover {
        background-color: white;
        color: #1667b2;
    }

input {
    text-align: right;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent !important;
    /*-webkit-appearance: none;*/
    color: #fff !important;
    line-height: 1.5em;
    height: 2rem;
    transition: ease-in-out;

}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

    input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #938d8d;
        opacity: 1; /* Firefox */
    }




.Formfooter {
    color: white !important;
    font-size: 0.8em;
}


.Formfooter a {
    color: white !important;
    text-decoration:none;
}

.Formfooter a:hover {
    text-decoration: underline;
}


.validation-summary-errors ul {
    padding: 0;
}

.validation-summary-errors li {
    list-style-type: none;
    font-weight: normal !important;
    font-size: 12px;
}



.field-icon {
    float: right ;
    /*margin-left: -25px !important;*/
    margin-top: -25px ;
    position: relative ;
    z-index: 2 ;
    color: black ;
    padding-right: 10px ;
}
