/*
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 : May 14, 2022, 12:48:26 PM
    Author     : Eng.Nebras
*/

.vessel_log_in{
    background-color:#5499be;
    background-image: url('../images/vessel.png?v=2');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    display: flex;
    align-items: center;
   
    
}

a{
    color: #f6f6f6;
    text-decoration: none;
    font-size: 22px;
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 100px;
    background: rgba(50,50,50,0.5);
    border: 2px solid rgba(200,200,200,0.7);
}
a:hover{
        background: rgba(50,50,50,0.5);
color:rgba(252,200,30,1); 
    border: 2px solid rgba(252,200,30,0.9);
}






.office_log_in{
    background-color:#5499be;
    background-image: url('../images/office.png?v=2');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    display: flex;
    align-items: center;
   
    
}


