/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 14, 2020, 7:30:18 AM
    Author     : esabil
*/

.ActLinkDiv_FrontFaceInner
{
    /*padding-left:2.5em;*/

    height: 100%;
    width:100%;

    color:#484848;

    background: #E8D1DA;
    border:1px solid transparent;

    box-sizing: border-box;
}

.ActLinkRotaterContainerBase
{
    
    position:relative;
    height: 100%;
    width: 100%;
    
    background-color:rgba(250,250,250,0.85);
    
    box-sizing: border-box;
    
}

.ActLinkDiv_MessageCheckYourInboxBase
{
    padding-bottom: 1.5em;

    margin-top:8em;

    width:90%;

}

.ActLinkDiv_MessageCheckYourInbox
{
    border:1px solid transparent;

    
    
}

.ActLinkDiv_MessageCheckYourInbox label
{
    color:inherit;
    word-wrap: break-word;

    font-family: Gotham-Light; 
    font-family: Nunito;

    /*padding-bottom:1em;*/
    font-size:1.3em;
    line-height: 1.5em;
}

.ActLinkDiv_MessageCheckYourSpam
{
    margin-top:1em;

    

}

.ActLinkDiv_MessageCheckYourSpam label
{
    color:#383838;
    font-size:1.1em;
    font-family: Gotham-Thin;

    font-family: Nunito;
    font-weight: 300;
    
    line-height: 1.3em;
}

.ActLinkDiv_MessageEmailTitle 
{
    width:100%;
    margin-top: 1em;
}

.ActLinkDiv_MessageEmailTitle label
{
    
}

.ActLinkDiv_BodyLines_Message1
{
    margin-top: 3em;
    font-family:Nunito;
}

.ActLinkDiv_BodyLines_Message1 b
{
    font-family:Nunito;
    font-size: 2em; 
    color: inherit; 
}

.ActLinkDiv_PhoneNo
{
    width:100%;

    color:grey;

    box-sizing: border-box;
    
}

.ActLinkDiv_PhoneNo input
{
    font-size: 0.95em;
    height: 4em;
    /*width: 23.3em;*/
    width:calc(100% - 2.5em);
    box-sizing: border-box;
    
    padding-left:0.5em;
    font-family: Opensans-Semibold;
    color:inherit;
}

.ActLinkDiv_BtnReset_Base
{
    /*width:23em; */
    width:calc(100% - 2.5em);
    height:4em;

}

.ActLinkDiv_BtnReset
{
    background-color: #FFC000;

    /*width:23em;*/
    width:calc(100%);
    height:100%;
    
}

.ActLinkDiv_BtnReset label
{
    cursor:pointer;
}

.ActLinkDiv_BtnReset:hover
{
    background-color: #FFa000;
    cursor:pointer;
}

.ActLinkDiv_BtnReset_label
{
    font-size: 2em;
    font-family: Gotham-Medium;
    color:white;
}

.ActLinkDiv_BtnLogin_Base
{
    /*margin-top:7em;*/
    width:22.5em;
    height:4em;

    box-sizing: border-box;
}

.ActLinkDiv_BtnLogin
{
    background-color: #FFC000;

    width:23em;
    width:100%;
    height:100%;
    
    
}

.ActLinkDiv_BtnLogin label
{
    cursor:pointer;
}

.ActLinkDiv_BtnLogin:hover
{
    background-color: #FFa000;
    cursor:pointer;
}

.ActLinkDiv_BtnLogin_label
{
    font-size: 2em;
    font-family: Gotham-Medium;
    color:white;
}



.ActLinkDiv_RotaterBackFaceBase
{
    /*background: #4C205F;*/
    /*background: linear-gradient(to bottom right, hsla( 338, 68%, 33%, 0.9), hsla( 338, 68%, 33%, 0.9), hsla( 338, 68%, 33%, 0.9));*/
    /*
    background: linear-gradient(to bottom right, hsla( 338, 68%, 33%, 0.9), hsla( 338, 68%, 33%, 0.9), hsla( 338, 68%, 33%, 0.9));
    background: #E8D1DA;
    */
    
    color:#385623;
    height: 100%;
    width: 100%;

    border:1px solid transparent;
    background: #F7EAF3;

    /*
    top: 66%;
    left: 5%;
    */
    
    box-sizing: border-box;
}

.ActLinkDiv_RotaterBackFaceInner
{
    height: 100%; 
    width: 100%;
    /*padding-left:2em;*/
}

.ActLinkDiv_BodyLines
{
    display: block;
    /*margin-top:6em;*/
    margin-top:1em;
    padding-left:2.5em;
    
    box-sizing: border-box;
    
}

.ActLinkDiv_SuccessIconBase
{
    color: #EECEB6;
    color:white;
    border:1px solid transparent;
    margin-top:4em;
}

.ActLinkDiv_SuccessIcon
{
    width:30%;
    margin:auto;
}

.ActLinkDiv_SuccessIcon div
{
    font-size: 5em;
}


